home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the searchPath to list(the moviePath & "audio", the moviePath & "video")
- repeat with x = 1 to findEmpty(member 1)
- if the type of member x = #bitmap then
- set the purgePriority of member x to 2
- end if
- end repeat
- set the idleHandlerPeriod to 600
- end
-
- on idle
- if the frame > 12 then
- unloadMember()
- end if
- end
-